com.gs.account.listener

IAccountStatusListener

Through this class, can listen to the status of the account
you must override callback methods related

Supported Products:

All


Detail

Method

method description
public void onSipAccountStatusChanged(List<SipAccount> accounts, SipAccount account);

Callback invoked when sip account status changed.

need listen SIP_ACCOUNT_STATUS

Params:

accounts
all active accounts {@linkplain SipAccount}
account
which account changed {@linkplain SipAccount}

Supported Products:

All


Member & Constant

Member description